home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Magazin / Future-PD / Scripts / S4_Museum.script < prev    next >
Text File  |  1998-05-07  |  1KB  |  47 lines

  1. :LOOP|
  2. RND @DIR 3|
  3. WALK @DIR 3 5|
  4. GOTO LOOP|
  5. :TOUCH|
  6. RND @MSG 5|
  7. ONGOTO 0 @MSG L0 L1 L2 L3 L4 L5|
  8. GOTO LOOP|
  9. :L0|
  10. [ "Have you seen the Spaceflight exhibit?"|
  11. [ "That's a real interplanetary ship"|
  12. [ "in there, it is!"|
  13. GOTO LOOP|
  14. :L1|
  15. [ "The snack bar is incredible...the"|
  16. [ "best eats in Yanha."|
  17. GOTO LOOP|
  18. :L2|
  19. [ "Have you seen the Middle Ages exhibit?"|
  20. ] "Yes, I have" L2Y|
  21. ] "No, I haven't" L2N|
  22. GOTO LOOP|
  23. :L2Y|
  24. [ "I don't know about you, but I think"|
  25. [ "a big pile of rocks are boring."|
  26. GOTO LOOP|
  27. :L2N|
  28. [ "Well, you're not missing much, that's"|
  29. [ "for sure."|
  30. GOTO LOOP|
  31. :L3|
  32. [ "The tribute to Yanha's great"|
  33. [ "sculptor and architect is awe-inspiring."|
  34. [ "You really should see it!"|
  35. GOTO LOOP|
  36. :L4|
  37. [ "You don't look like you're from"|
  38. [ "around here.  Were you living in the"|
  39. [ "Wastelands?  Oh, how DREADFUL!"|
  40. GOTO LOOP|
  41. :L5|
  42. [ "The exhibit about the Phi-Che accident"|
  43. [ "is very informative.  It shows how"|
  44. [ "leaders make some really bad"|
  45. [ "decisions at times."|
  46. GOTO LOOP|
  47.